Skip to content

Update dependency prettier from 3.6.2 to v3.7.2 (docs/package.json)#13781

Merged
mtesauro merged 1 commit intodevfrom
renovate/prettier-3.x
Nov 29, 2025
Merged

Update dependency prettier from 3.6.2 to v3.7.2 (docs/package.json)#13781
mtesauro merged 1 commit intodevfrom
renovate/prettier-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Nov 27, 2025

This PR contains the following updates:

Package Change Age Confidence
prettier (source) 3.6.2 -> 3.7.2 age confidence

Release Notes

prettier/prettier (prettier)

v3.7.2

Compare Source

diff

JavaScript: Fix string print when switching quotes (#​18351 by @​fisker)
// Input
console.log("A descriptor\\'s .kind must be \"method\" or \"field\".")

// Prettier 3.7.1
console.log('A descriptor\\'s .kind must be "method" or "field".');

// Prettier 3.7.2
console.log('A descriptor\\\'s .kind must be "method" or "field".');
JavaScript: Preserve quote for embedded HTML attribute values (#​18352 by @​kovsu)
// Input
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;

// Prettier 3.7.1
const html = /* HTML */ ` <div class=${styles.banner}></div> `;

// Prettier 3.7.2
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;
TypeScript: Fix comment in empty type literal (#​18364 by @​fisker)
// Input
export type XXX = {
  // tbd
};

// Prettier 3.7.1
export type XXX = { // tbd };

// Prettier 3.7.2
export type XXX = {
  // tbd
};

v3.7.1

Compare Source

diff

API: Fix performance regression in doc printer (#​18342 by @​fisker)

Prettier 3.7.1 can be very slow when formatting big files, the regression has been fixed.

v3.7.0

Compare Source

diff

🔗 Release Notes


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Nov 27, 2025
@renovate renovate Bot requested review from Maffooch and mtesauro as code owners November 27, 2025 11:01
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Nov 27, 2025
@github-actions github-actions Bot added the docs label Nov 27, 2025
@renovate renovate Bot force-pushed the renovate/prettier-3.x branch from 21761f3 to 9e4b471 Compare November 27, 2025 12:02
@renovate renovate Bot changed the title Update dependency prettier from 3.6.2 to v3.7.0 (docs/package.json) Update dependency prettier from 3.6.2 to v3.7.1 (docs/package.json) Nov 27, 2025
@renovate renovate Bot changed the title Update dependency prettier from 3.6.2 to v3.7.1 (docs/package.json) Update dependency prettier from 3.6.2 to v3.7.2 (docs/package.json) Nov 28, 2025
@renovate renovate Bot force-pushed the renovate/prettier-3.x branch from 9e4b471 to 7e51621 Compare November 28, 2025 22:41
Copy link
Copy Markdown
Contributor

@mtesauro mtesauro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approvved

@mtesauro mtesauro merged commit 13ab477 into dev Nov 29, 2025
152 checks passed
@renovate renovate Bot deleted the renovate/prettier-3.x branch December 1, 2025 17:24
Maffooch pushed a commit to valentijnscholten/django-DefectDojo that referenced this pull request Feb 16, 2026
…efectDojo#13781)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file docs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants